projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b69702
)
(array-mode): Set overwrite-mode to overwrite-mode-textual.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Nov 1995 21:54:59 +0000
(21:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Nov 1995 21:54:59 +0000
(21:54 +0000)
lisp/array.el
patch
|
blob
|
history
diff --git
a/lisp/array.el
b/lisp/array.el
index 96f98e2e71e03063fe913bdfc378a50adf752887..31b6f6071b11b9c73cf4b20d227137523f84eb95 100644
(file)
--- a/
lisp/array.el
+++ b/
lisp/array.el
@@
-887,7
+887,7
@@
Entering array mode calls the function `array-mode-hook'."
(force-mode-line-update)
(make-variable-buffer-local 'truncate-lines)
(setq truncate-lines t)
- (setq overwrite-mode
t
)
+ (setq overwrite-mode
'overwrite-mode-textual
)
(use-local-map array-mode-map)
(run-hooks 'array-mode-hook))